footer{
    background-color: lightblue;
    height: 50px;
}
.intro{
    margin-left: 500px;
    color:white ;
}
.home a{
    margin: 50px;
    text-decoration: none;
    color: blue;
    font-size: 20px;
}
.main p{
    width: 500px;
    margin-left: 600px;
    
}
.main h1{
    margin-left: 600px;
    margin-top: 100px;
}
.second img{
    margin-left: 300px;
    margin-top: -180px;
    border-radius: 20px;
}
.back{
    background-color: burlywood;
    height: 300px;
    margin-top: -30px;
}
.control{
    
    height: 100px;
    margin-top: -200px;
}
.control img{
    border-radius: 20px;
    height: 130px;
    margin-left: 60px;
}
.control select{
    margin-left: 100px;

}
.control p{
    margin-left: 100px;
color: white;
}
.controls{margin-left: 300px;margin-top: -100px;}
.controls img{
    border-radius: 20px;height: 130px;
}
.controls p{
    color: white;
}